home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 5249 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.2 KB

  1. Path: netnews1.apci.com!usenet
  2. From: wardmw@apci.com (Martin Ward)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Something to play with.
  5. Date: Fri, 09 Feb 1996 08:45:44 GMT
  6. Organization: Air Products Europe
  7. Message-ID: <4ff1s6$s29@netnews1.apci.com>
  8. References: <4eist1$9fk@airdmhor.gen.nz>
  9. Reply-To: wardmw@apci.com
  10. NNTP-Posting-Host: p1862.apci.com
  11. X-Newsreader: Forte Free Agent 1.0.82
  12.  
  13. >  If anyone gets any kind of warning or error comiling this or anything it
  14. >generates, please let me know.
  15.  
  16. When I tried to compile it in MSVC 1.5 as a DOS .COM or .EXE program, the
  17. following was returned:
  18.  
  19. Compiling...
  20. c:\temp\fun.c
  21. c:\temp\fun.c(40) : error C2026: string too big, trailing characters truncated
  22. c:\temp\fun.c(41) : error C2026: string too big, trailing characters truncated
  23. c:\temp\fun.c(42) : error C2026: string too big, trailing characters truncated
  24. c:\temp\fun.c(43) : error C2026: string too big, trailing characters truncated
  25. c:\temp\fun.c(44) : error C2026: string too big, trailing characters truncated
  26. c:\temp\fun.c(45) : error C2026: string too big, trailing characters truncated
  27. c:\temp\fun.c(46) : error C2026: string too big, trailing characters truncated
  28. c:\temp\fun.c(47) : error C2026: string too big, trailing characters truncated
  29. c:\temp\fun.c(48) : error C2026: string too big, trailing characters truncated
  30. c:\temp\fun.c(49) : error C2026: string too big, trailing characters truncated
  31. c:\temp\fun.c(50) : error C2026: string too big, trailing characters truncated
  32. c:\temp\fun.c(51) : error C2026: string too big, trailing characters truncated
  33. c:\temp\fun.c(52) : error C2026: string too big, trailing characters truncated
  34. c:\temp\fun.c(53) : error C2026: string too big, trailing characters truncated
  35. c:\temp\fun.c(54) : error C2026: string too big, trailing characters truncated
  36. c:\temp\fun.c(55) : error C2026: string too big, trailing characters truncated
  37. c:\temp\fun.c(57) : warning C4135: conversion between different integral types
  38. c:\temp\fun.c(58) : warning C4135: conversion between different integral types
  39. c:\temp\fun.c(58) : warning C4135: conversion between different integral types
  40. c:\temp\fun.c(58) : warning C4135: conversion between different integral types
  41.  CL returned error code 2.
  42. FUN.EXE - 16 error(s), 4 warning(s)
  43.  
  44.  
  45. |\/|
  46.  
  47.